In statistics, the score, score function, efficient score[1] or informant[2] plays an important role in several aspects of inference. For example:
The score function also plays an important role in computational statistics, as it can play a part in the computation of maximum likelihood estimates.
Contents |
The score or efficient score [1] is the gradient (the vector of partial derivatives), with respect to some parameter , of the logarithm (commonly the natural logarithm) of the likelihood function. If the observation is and its likelihood is , then the score can be found through the chain rule:
Thus the score indicates the sensitivity of (its derivative normalized by its value). Note that is a function of and the observation , so that, in general, it is not a statistic. However in certain applications, such as the score test, the score is evaluated at a specific value of (such as a null-hypothesis value, or at the maximum likelihood estimate of ), in which case the result is a statistic.
Under some regularity conditions, the expected value of with respect to the observation , given , written , is zero. To see this rewrite the likelihood function as a probability density function,
If certain differentiability conditions are met, the integral may be rewritten as
It is worth restating the above result in words: the expected value of the score is zero. Thus, if one were to repeatedly sample from some distribution, and repeatedly calculate the score, then the mean value of the scores would tend to zero as the number of repeat samples approached infinity.
The variance of the score is known as the Fisher information and is written . Because the expectation of the score is zero, this may be written as
Note that the Fisher information, as defined above, is not a function of any particular observation, as the random variable has been averaged out. This concept of information is useful when comparing two methods of observation of some random process.
Consider a Bernoulli process, with A successes and B failures; the probability of success is θ.
Then the likelihood L is
so the score V is
We can now verify that the expectation of the score is zero. Noting that the expectation of A is nθ and the expectation of B is n(1 − θ), we can see that the expectation of V is
We can also check the variance of . We know that A + B = n (so B = n - A) and the variance of A is nθ(1 − θ) so the variance of V is
The scoring algorithm is an iterative method for numerically determining the maximum likelihood estimator.